home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / graphics / bdanim / rexx / astop.rexx < prev   
OS/2 REXX Batch file  |  1999-06-15  |  184b  |  14 lines

  1. /*                                                         */
  2. /*    Stop a bdAnimation                             */
  3. /*    by Linus McCabe                                 */
  4. /*                                                         */
  5. /*    Usage: rx astart <port>                         */
  6.  
  7. parse arg port
  8.  
  9. address VALUE port
  10. 'stop'
  11.  
  12.  
  13.  
  14.